
@font-face {
    font-family: sCary !important;
    src: url("../fonts/Wrong time, wrong place.ttf") format('truetype'),
         url("../fonts/Wrong time, wrong place.woff") format('woff'),
         url('{{ "../fonts/Wrong time, wrong place.woff2| asset_url }}') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: black;
    align-self: start;
    animation-duration: inherit;
    text-align: center;
    margin: 0%;
    margin-top: -19px;
}

h1{
    font-family: sCary, Arial, Helvetica, sans-serif !important;
}


p{
    color: rgb(118, 157, 191);
}

:any-link{
    animation:normal;
    color: rgb(46, 228, 0);
}